home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / funzip.1 < prev    next >
Text File  |  1995-07-25  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.      FFFFUUUUNNNNZZZZIIIIPPPP((((1111))))       UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((11119999 AAAAuuuugggg 99992222 ((((vvvv1111....3333))))))))        FFFFUUUUNNNNZZZZIIIIPPPP((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           funzip - extract from a ZIP archive file as a filter
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           [...]  |  ffffuuuunnnnzzzziiiipppp [ password ]  |  [...]
  13.  
  14.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  15.           [_p_a_s_s_w_o_r_d]  Optional password to be used if ZIP archive is
  16.                       encrypted.  Decryption may not be supported at
  17.                       some sites.  See DESCRIPTION for more details.
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.           _F_U_n_Z_i_p acts as a filter; that is, it assumes that a ZIP
  21.           archive is being piped into standard input, and it extracts
  22.           the first member from the archive to stdout.  Given the
  23.           limitation on single-member extraction, _F_U_n_Z_i_p is most
  24.           useful in conjunction with a secondary archiver program such
  25.           as tar(1).  The following section includes an example
  26.           illustrating this usage in the case of disk backups to tape.
  27.  
  28.      EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  29.           To use _F_U_n_Z_i_p to extract the first member file of the
  30.           archive test.zip and to pipe it into more(1):
  31.  
  32.                _f_u_n_z_i_p < test.zip | more
  33.  
  34.           To use _F_U_n_Z_i_p to test the first member file of test.zip (any
  35.           errors will be reported on standard error):
  36.  
  37.                _f_u_n_z_i_p < test.zip > /dev/null
  38.  
  39.           To use _Z_i_p and _F_U_n_Z_i_p in place of compress(1) and zcat(1)
  40.           for tape backups:
  41.  
  42.                tar cf - . | _z_i_p -7 | dd of=/dev/nrst0 obs=8k
  43.  
  44.                dd if=/dev/nrst0 ibs=8k | _f_u_n_z_i_p | tar xf -
  45.  
  46.           (where, for example, nrst0 is a SCSI tape drive).
  47.  
  48.      LLLLIIIIMMMMIIIITTTTAAAATTTTIIIIOOOONNNNSSSS
  49.           There is presently no way to extract any member but the
  50.           first from a ZIP archive.  This would be useful in the case
  51.           where a ZIP archive is included within another archive.
  52.  
  53.           An alternate mechanism for passing the password to _F_U_n_Z_i_p
  54.           would be preferable to putting it on the command line.
  55.  
  56.           _F_U_n_Z_i_p would be useful under OS/2, too.
  57.  
  58.           The functionality of _F_U_n_Z_i_p should be included in _U_n_Z_i_p
  59.           directly (future release).
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/9/94)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      FFFFUUUUNNNNZZZZIIIIPPPP((((1111))))       UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((11119999 AAAAuuuugggg 99992222 ((((vvvv1111....3333))))))))        FFFFUUUUNNNNZZZZIIIIPPPP((((1111))))
  71.  
  72.  
  73.  
  74.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.           unzip(1), zip(1), zipcloak(1), zipinfo(1), zipnote(1),
  76.           zipsplit(1)
  77.  
  78.      AAAAUUUUTTTTHHHHOOOORRRR
  79.           Mark Adler (Info-ZIP)
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 3/9/94)
  130.  
  131.  
  132.  
  133.